home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-24 | 824 b | 31 lines | [TEXT/GEOL] |
- Item 0677503 24-Oct-89 08:33
-
- From: KEMINK1 Kemink, Joost
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: RSRC files and MacApp
-
- Hi Eduard,
-
- I think that adding the resource-file specification to your .MAMake file is not
- sufficient. You should also include the following line in your .r file:
-
- include $$Shell("SrcApp")"GifViews.RSRC";
-
- If I remember well, the Nothing sample does not have a .r file, but you can
- easily create one by including all the resources defined in the file
- "Defaults.rsrc". Your resource file, then, would basically consist of a number
- of include statments like:
-
- ...
- include "Defaults.rsrc" 'view' (kDefaultWindowID);
- ...
-
- Several of the examples show how to use this technique.
-
- Hope this helps,
-
- Joost Kemink
-
-